Add xcs to include path for xcs_proto.h.
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 6 Sep 2005 17:43:36 +0000 (17:43 +0000)
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>
Tue, 6 Sep 2005 17:43:36 +0000 (17:43 +0000)
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
tools/xenstore/Makefile

index 82c64dfc6f8b043dfe81fc1fabaff3f7d1a48840..68e3c30f00a888b512efafbc3fb8a7a3f93f2d28 100644 (file)
@@ -15,6 +15,7 @@ PROG_DEP = .*.d
 BASECFLAGS+= -O3 $(PROFILE)
 #BASECFLAGS+= -I$(XEN_ROOT)/tools
 BASECFLAGS+= -I$(XEN_ROOT)/tools/libxc
+BASECFLAGS+= -I$(XEN_ROOT)/tools/xcs
 BASECFLAGS+= -I$(XEN_ROOT)/xen/include/public
 BASECFLAGS+= -I.
 BASECFLAGS+= -I$(XEN_ROOT)/linux-2.6-xen-sparse/include/asm-xen/linux-public